home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / freeware / pixeltoolbox / Setup.exe / Main / PixelToolbox.exe / PixelToolbox.dxr / Interface_451_Saturation status.ls < prev    next >
Encoding:
Text File  |  2002-06-08  |  209 b   |  14 lines

  1. global gHSL
  2.  
  3. on mouseEnter me
  4.   if gHSL <> VOID then
  5.     put "Target Saturation value." into field "status"
  6.   end if
  7. end
  8.  
  9. on mouseLeave me
  10.   if gHSL <> VOID then
  11.     put EMPTY into field "status"
  12.   end if
  13. end
  14.